projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c0ab7d
)
(Finsert_file_contents): Set Vdeactivate_mark when we change the buffer.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Dec 2005 05:08:18 +0000
(
05:08
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Dec 2005 05:08:18 +0000
(
05:08
+0000)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index c62ddd367670b1a07efd60e8bad61dc59b0ae2dc..fb56c62b78a6d601ca98047358e5181f7b187287 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-4554,6
+4554,8
@@
actually used. */)
#endif
Vdeactivate_mark = old_Vdeactivate_mark;
}
+ else
+ Vdeactivate_mark = Qt;
/* Make the text read part of the buffer. */
GAP_SIZE -= inserted;